-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing default launch.json from "${workspaceFolder}" to "${fileDirname}" #7363
Conversation
Seems like the Mac check had a network error? |
Yeah, that's normal. Retry usually fixes it. We haven't investigated how to stop that from happening yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change the reference to ${workspaceFolder}
in vscode-cpptools\Extension\src\LanguageServer\cppBuildTaskProvider.ts ? That code is hit with Configure Default Build Task.
Bug fix: #7362
Old behavior:
New behavior: